home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / ToDo / SelectionNotifMatrix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-10  |  270 b   |  15 lines

  1. /* SelectionNotifMatrix.h created by tjdono on Fri 03-Nov-1995 */
  2.  
  3. #import <AppKit/AppKit.h>
  4. #import <Foundation/Foundation.h>
  5.  
  6. extern NSString *SelectionInMatrixNotification;
  7.  
  8. @interface SelectionNotifMatrix : NSMatrix
  9. {
  10. }
  11.  
  12. - (void)mouseDown:(NSEvent *)theEvent;
  13.  
  14. @end
  15.